var time.daysBefore
9 uses
time (current package)
format.go#L1353: if int(daysBefore[m]) < yday {
format.go#L1356: d = yday - int(daysBefore[m-1])
time.go#L1071: end := int(daysBefore[month+1])
time.go#L1077: begin = int(daysBefore[month])
time.go#L1088: var daysBefore = [...]int32{
time.go#L1108: return int(daysBefore[m] - daysBefore[m-1])
time.go#L1536: d += uint64(daysBefore[month-1])
zoneinfo.go#L599: d += int(daysBefore[r.mon-1])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |